'Declaration Public Overloads Function GetData(Of T As {New, Struct})( _ ByVal data As Asynchronous, _ ByRef result As T _ ) As System.Boolean
public System.bool GetData<T>( Asynchronous data, out T result ) where T: new(), struct
Parameters
- data
- The asynchronous data provider.
- result
- The data retrieved from the GPU.
Type Parameters
- T
Return Value
True if result contains valid data, false otherwise.